﻿popneed_communication = {
	default = transportation
	
	entry = {
		goods = services
		
		weight = 0.1
		max_weight = 0.4 # Maxes out at 80% of supply share
		min_weight = 0.0
	}	
	
	entry = {
		goods = transportation
		
		weight = 0.1
		max_weight = 0.4 # Maxes out at 80% of supply share
		min_weight = 0.0
	}
	
	entry = {
		goods = pbi_goods_broadsheet

		weight = 4
		max_weight = 10.0
		min_weight = 2.0
	}
	entry = {
		goods = pbi_goods_penny_press

		weight = 4
		max_weight = 10.0
		min_weight = 2.0
	}

	entry = {
		goods = telephones
		
		weight = 4
		max_weight = 4.0 # Maxes out at 80% of supply share
		min_weight = 0.0
	}
}

pbi_popneed_standard_news = {
	default = services
	entry = {
		goods = services
		
		weight = 0.1
		max_weight = 0.4 # Maxes out at 80% of supply share
		min_weight = 0.0
	}
	entry = {
		goods = transportation
		
		weight = 0.1
		max_weight = 0.4 # Maxes out at 80% of supply share
		min_weight = 0.0
	}
	entry = {
		goods = pbi_goods_penny_press

		weight = 5
		max_weight = 10.0
		min_weight = 2.0
	}
}

# popneed_luxury_items = {
# 	default = luxury_clothes
	
# 	entry = {
# 		goods = pbi_goods_broadsheet

# 		weight = 2
# 		max_weight = 1.0
# 		min_weight = 0.0
# 	}

# 	entry = {
# 		goods = luxury_clothes
		
# 		weight = 1
# 		max_weight = 2.0 # Maxes out at 40% of supply share
# 		min_weight = 0.25
# 	}
	
# 	entry = {
# 		goods = luxury_furniture
		
# 		weight = 1
# 		max_weight = 2.0 # Maxes out at 40% of supply share
# 		min_weight = 0.25
# 	}
	
# 	entry = {
# 		goods = porcelain
		
# 		weight = 1
# 		max_weight = 2.0 # Maxes out at 40% of supply share
# 		min_weight = 0.25
# 	}
	
# 	entry = {
# 		goods = radios
		
# 		weight = 1
# 		max_weight = 2.0 # Maxes out at 40% of supply share
# 		min_weight = 0.0
# 	}
# }
pbi_popneed_luxury_news = {
	default = pbi_goods_broadsheet

	entry = {
		goods = pbi_goods_broadsheet

		weight = 5
		max_weight = 4.0
		min_weight = 1.0
	}
	entry = {
		goods = telephones
		
		weight = 1
		max_weight = 4.0 # Maxes out at 80% of supply share
		min_weight = 0.0
	}

	entry = {
		goods = radios
		
		weight = 1
		max_weight = 2.0 # Maxes out at 40% of supply share
		min_weight = 0.0
	}

}
pbi_popneed_art = {
	default = services
	
	entry = {
		goods = services
		
		weight = 0.1
		max_weight = 0.4 # Maxes out at 80% of supply share
		min_weight = 0.0
	}
	entry = {
		goods = pbi_goods_pop_art
		
		weight = 1
		max_weight = 4.0 # Maxes out at 80% of supply share
		min_weight = 1.0
	}
}
